home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / web / c_cpp / cweb / comm-amiga.ch < prev    next >
Encoding:
Text File  |  1994-04-21  |  544 b   |  18 lines

  1. This is the change file for CWEB's COMMON on the Amiga
  2. (Contributed by Tomas Rokicki, June 1993)
  3.  
  4. With Lattice C 5.1, use compilation switches -b0 -r0, and ignore the
  5. compiler warnings. With SAS 6.0, use compilation switches Code=far Data=far.
  6.  
  7. @x section 69
  8. An omitted change file argument means that |"/dev/null"| should be used,
  9. @y
  10. An omitted change file argument means that |"nil:"| should be used,
  11. @z
  12.  
  13. @x section 70
  14.   if (found_change<=0) strcpy(change_file_name,"/dev/null");
  15. @y
  16.   if (found_change<=0) strcpy(change_file_name,"nil:");
  17. @z
  18.